INSERT INTO KategorieFilmow (IdentyfikatorKategorii, Kategoria)
VALUES (7, 'Komedia');


INSERT INTO UlubioneKategorie (IdentyfikatorKategorii, IdentyfikatorCzlonka)
VALUES (7, 6);

INSERT INTO UlubioneKategorie (IdentyfikatorKategorii, IdentyfikatorCzlonka)
VALUES (7, 4);

INSERT INTO UlubioneKategorie (IdentyfikatorKategorii, IdentyfikatorCzlonka)
VALUES (7, 12);


INSERT INTO SzczegoloweDaneCzlonkow
(IdentyfikatorCzlonka, Imie, Nazwisko, Email, DataPrzystapienia)
VALUES (10, 'Krystyna', 'Hamerska', 'chamerska@napiszdomnie.org', '25 Aug 2005')